home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 2 / Deutsche Edition 2.iso / mac / UTILITYS / MathLibFast ƒ / MathLibFast.make < prev    next >
Text File  |  1994-07-14  |  1KB  |  51 lines

  1. #   File:       mathlib_fast.make
  2. #   Target:     mathlib_fast
  3. #   Sources:    Mathlib.c
  4. #   Created:    Monday, June 6, 1994 02:57:43 PM
  5.  
  6.  
  7. OBJECTS = MathlibFast.o
  8.  
  9.  
  10.  
  11. MathlibFast ÄÄ MathlibFast.make  {OBJECTS}
  12.     PPCLink -sym on -xm s ¶
  13.         {OBJECTS} ¶
  14.         "{PPCLibraries}"StdCRuntime.o ¶
  15.         "{PPCLibraries}"PPCCRuntime.o ¶
  16.         -export `ConvertExportList MathlibFast.c.x` ¶
  17.         -o MathlibFast.xcoff
  18.     makePEF MathlibFast.xcoff -o MathlibFast ¶
  19.         -l InterfaceLib.xcoff=InterfaceLib ¶
  20.         -ft shlb -fc '????'
  21.     MakeSYM MathlibFast.xcoff
  22.     rez -a MathlibFast.r -o MathlibFast
  23.         
  24. MathlibFast.o Ä MathlibFast.make MathlibFast.c
  25.      PPCC -w conformance -opt speed -appleext on  -shared_lib_export on MathlibFast.c -o MathlibFast.o
  26.  
  27.  
  28.  
  29.  
  30. mathtest ÄÄ  mathtest.o
  31.     PPCLink -sym on ¶
  32.         mathtest.o ¶
  33.         "{PPCLibraries}"InterfaceLib.xcoff ¶
  34.         "{PPCLibraries}"MathLib.xcoff ¶
  35.         "{PPCLibraries}"StdCLib.xcoff ¶
  36.         "{PPCLibraries}"PPCSIOW.o ¶
  37.         "{PPCLibraries}"StdCRuntime.o ¶
  38.         "{PPCLibraries}"PPCCRuntime.o ¶
  39.         -main __start ¶
  40.         -o mathtest.xcoff
  41.     makePEF mathtest.xcoff -o mathtest ¶
  42.         -l InterfaceLib.xcoff=InterfaceLib ¶
  43.         -l MathLib.xcoff=MathLib ¶
  44.         -l StdCLib.xcoff=StdCLib ¶
  45.         -ft APPL -fc '????'
  46.     MakeSYM mathtest.xcoff
  47.     rez -a mathtest.r -o mathtest
  48.     
  49. mathtest.o Ä  mathtest.c
  50.      PPCC -sym on  -w conformance -appleext on  mathtest.c -o mathtest.o
  51.